home *** CD-ROM | disk | FTP | other *** search
- object csNBInfoDlg: TcsNBInfoDlg
- Left = 263
- Top = 115
- ActiveControl = CaptionEdit
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Edit Tab'
- ClientHeight = 200
- ClientWidth = 289
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 273
- Height = 145
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 48
- Height = 13
- Caption = '&Caption:'
- FocusControl = CaptionEdit
- end
- object Label2: TLabel
- Left = 16
- Top = 44
- Width = 78
- Height = 13
- Caption = 'Help Conte&xt:'
- FocusControl = HelpContextEdit
- end
- object EnabledLabel: TLabel
- Left = 16
- Top = 72
- Width = 51
- Height = 13
- Caption = '&Enabled:'
- OnClick = EnabledLabelClick
- end
- object VisibleLabel: TLabel
- Left = 16
- Top = 96
- Width = 42
- Height = 13
- Caption = '&Visible:'
- OnClick = VisibleLabelClick
- end
- object OKBtn: TBitBtn
- Left = 8
- Top = 164
- Width = 77
- Height = 27
- Caption = '&OK'
- TabOrder = 2
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 92
- Top = 164
- Width = 77
- Height = 27
- TabOrder = 3
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 176
- Top = 164
- Width = 77
- Height = 27
- TabOrder = 4
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CaptionEdit: TEdit
- Left = 104
- Top = 16
- Width = 169
- Height = 20
- TabOrder = 0
- end
- object HelpContextEdit: TEdit
- Left = 104
- Top = 44
- Width = 169
- Height = 20
- TabOrder = 1
- end
- object EnabledCheck: TCheckBox
- Left = 104
- Top = 72
- Width = 13
- Height = 17
- Alignment = taLeftJustify
- Caption = '&Enabled'
- State = cbChecked
- TabOrder = 5
- end
- object VisibleCheck: TCheckBox
- Left = 104
- Top = 96
- Width = 13
- Height = 17
- Alignment = taLeftJustify
- Caption = '&Enabled'
- State = cbChecked
- TabOrder = 6
- end
- end
-